GtkLabelAccessible: Initialize link before setting parent
authorFlorian Müllner <fmuellner@gnome.org>
Wed, 23 Nov 2016 15:34:15 +0000 (16:34 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 23 Nov 2016 23:55:42 +0000 (18:55 -0500)
commit593b75fb692f5bf2f202a9581c281938309b5e99
tree574d74466a0b3b5c67de5c991af2c6507eeeca94
parentc14c9aca34534d02cb5dc78f8f404da6f25a4bac
GtkLabelAccessible: Initialize link before setting parent

Since at-spi-atk commit 96621a5e95 fixed PropertyChange notifications
for AccessibleParent, setting the parent will result in a call to
ref_state_set() which assumes that the object is fully initialized.

https://bugzilla.gnome.org/show_bug.cgi?id=774939
gtk/a11y/gtklabelaccessible.c